home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000376_jaltman@columbia.edu_Tue Nov 4 09:46:11 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Jeffrey Altman <jaltman@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: How do I pass a password in a kermit script
  5. Date: 4 Nov 2003 13:40:26 GMT
  6. Organization: Columbia University
  7. Lines: 9
  8. Message-ID: <bo8a8a$55$1@newsmaster.cc.columbia.edu>
  9. References: <f0bb0f39.0310300922.3c050ba8@posting.google.com> <slrnbq2iv8.oe.fdc@sesame.cc.columbia.edu> <m14qxn4nlk.gnus@usa.net> <bo5o0u$kqm$1@newsmaster.cc.columbia.edu> <f0bb0f39.0311031218.7169c675@posting.google.com> <Pine.HPX.4.44.0311031239110.3588-100000@fog.ccsf.cc.ca.us> <f0bb0f39.0311040516.50768d0a@posting.google.com>
  10. NNTP-Posting-Host: mango.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1067953226 165 128.59.59.104 (4 Nov 2003 13:40:26 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 4 Nov 2003 13:40:26 GMT
  14. User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (SunOS/5.9 (sun4u))
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14632
  16.  
  17. newexpectuser <anthonypieper@cs.com> wrote:
  18. : I don't think though that any version of Kermit can automatically
  19. : delete a file it just transfered successfully though ?
  20.  
  21. I have no idea what this has to do with passing a string to a SSH
  22. process running in a PTY but the command you are looking for is
  23.  
  24.    send /delete <filename>
  25.  
  26.